home *** CD-ROM | disk | FTP | other *** search
/ Softwarová Záchrana 3 / Softwarova-zachrana-3.bin / Rename Master / RenameMaster.exe / 0 / RCDATA / TFRMCOLLISIONDIALOG / TFRMCOLLISIONDIALOG.txt
Text File  |  2005-02-15  |  2KB  |  75 lines

  1. object FrmCollisionDialog: TFrmCollisionDialog
  2.   Left = 368
  3.   Top = 401
  4.   AutoScroll = False
  5.   BorderIcons = []
  6.   Caption = 'Collisions'
  7.   ClientHeight = 266
  8.   ClientWidth = 506
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   OldCreateOrder = False
  16.   Position = poOwnerFormCenter
  17.   OnCreate = FormCreate
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object Label1: TLabel
  21.     Left = 8
  22.     Top = 16
  23.     Width = 317
  24.     Height = 13
  25.     Caption = 
  26.       'Name collision(s) detected with a new name or an existing file n' +
  27.       'ame'
  28.     Font.Charset = DEFAULT_CHARSET
  29.     Font.Color = clWindowText
  30.     Font.Height = -12
  31.     Font.Name = 'MS Sans Serif'
  32.     Font.Style = []
  33.     ParentFont = False
  34.   end
  35.   object lvNames: TListView
  36.     Left = 8
  37.     Top = 40
  38.     Width = 481
  39.     Height = 177
  40.     Columns = <
  41.       item
  42.         AutoSize = True
  43.         Caption = 'Old name'
  44.       end
  45.       item
  46.         AutoSize = True
  47.         Caption = 'New name'
  48.       end>
  49.     Font.Charset = DEFAULT_CHARSET
  50.     Font.Color = clWindowText
  51.     Font.Height = -12
  52.     Font.Name = 'MS Sans Serif'
  53.     Font.Style = []
  54.     ReadOnly = True
  55.     ParentFont = False
  56.     TabOrder = 0
  57.     ViewStyle = vsReport
  58.   end
  59.   object Button1: TButton
  60.     Left = 212
  61.     Top = 232
  62.     Width = 73
  63.     Height = 25
  64.     Caption = 'OK'
  65.     Font.Charset = DEFAULT_CHARSET
  66.     Font.Color = clWindowText
  67.     Font.Height = -12
  68.     Font.Name = 'MS Sans Serif'
  69.     Font.Style = []
  70.     ParentFont = False
  71.     TabOrder = 1
  72.     OnClick = Button1Click
  73.   end
  74. end
  75.